Followup to https://github.com/GNOME/ostree/pull/194
set -euo pipefail
+# If gjs is not installed, skip the test
+if ! gjs --help >/dev/null 2>&1; then
+ echo "1..0 # SKIP no gjs"
+fi
+
. $(dirname $0)/libtest.sh
setup_fake_remote_repo1 "archive-z2"
fi
}
-# If gjs is not installed, skip the test
-gjs --help >/dev/null 2>&1 || exit 77
-
# FIXME - ignore errors here since gjs in RHEL7 has the final
# unrooting bug
gjs $(dirname $0)/corrupt-repo-ref.js ${repopath} main || true
set -euo pipefail
-echo "1..5"
+if ! fusermount --version >/dev/null 2>&1; then
+ echo "1..0 # SKIP no fusermount"
+fi
. $(dirname $0)/libtest.sh
setup_test_repository "bare-user"
-fusermount --version >/dev/null 2>&1 || exit 77
+echo "1..5"
mkdir mnt